home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.19941031-19941221
/
000344_news@columbia.edu_Sat Dec 3 21:43:40 1994.msg
< prev
next >
Wrap
Internet Message Format
|
2020-01-01
|
2KB
Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA29549
(5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 4 Dec 1994 07:52:34 -0500
Received: by apakabar.cc.columbia.edu id AA24631
(5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 4 Dec 1994 07:52:32 -0500
Path: news.columbia.edu!sol.ctr.columbia.edu!newsxfer.itd.umich.edu!gumby!newspump.wustl.edu!bigfoot.wustl.edu!news.ecl.wustl.edu!jxh
From: jxh@pride.cs.wustl.edu (James C. Hu)
Newsgroups: comp.protocols.kermit.misc
Subject: TCP/IP, NE2000 and Kermit
Date: 03 Dec 1994 21:43:40 GMT
Organization: Washington University, St. Louis, MO
Lines: 24
Distribution: world
Message-Id: <JXH.94Dec3154340@pride.cs.wustl.edu>
Nntp-Posting-Host: pride.cs.wustl.edu
Apparently-To: kermit.misc@watsun.cc.columbia.edu
I have been attempting to use Kermit 3.14 on my PC with an NE2000
network card. I run the Crynwr packet driver, and the parameters
shown after execution are:
packet-intr: 0x7e
hardware intr: 9
i/o address: 0x300
I configured the parameters correctly in mscustom.ini, and then
attempted to connect to a host. Kermit claims it cannot reach the
gateway.
I had my network admin snoop the subnet for me, and I saw that my
requests to the gateway were reaching it, and that the gateway was
responding. After a while, my PC would request a again, and the
gateway would again respond. For whatever reason, my PC does not
seem to acknowledge the responses from the gateway.
Any hints, pointers to the porblem? I had a theory that perhaps
Kermit was responding the hardware interrupt delivered by the network
card, but I think it more likely that the network card may not be
recognizing packets that are meant for itself.
-- James